翻訳と辞書
Words near each other
・ Torcello Cathedral
・ Torcenay
・ Torcer Formation
・ Torcetrapib
・ Torcești gas field
・ Torch
・ Torch (American rapper)
・ Torch (band)
・ Torch (book)
・ Torch (browser)
・ Torch (Carly Simon album)
・ Torch (disambiguation)
・ Torch (G.I. Joe)
・ Torch (Honeytribe album)
・ Torch (juggling)
Torch (machine learning)
・ Torch (rapper)
・ Torch (song)
・ Torch Bay
・ Torch Cactus
・ Torch Commando
・ Torch Computers
・ Torch Festival
・ Torch Hi-tech Industrial Development Zone Subdistrict
・ Torch Honor Society
・ Torch Keys, Florida
・ Torch Lake
・ Torch Lake (Antrim County, Michigan)
・ Torch Lake (Houghton County, Michigan)
・ Torch Lake Township, Antrim County, Michigan


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Torch (machine learning) : ウィキペディア英語版
Torch (machine learning)

Torch is an open source machine learning library,
a scientific computing framework, and a script language based on the Lua programming language. It provides a wide range of algorithms for deep machine learning, and uses an extremely fast scripting language LuaJIT, and an underlying C implementation.
== torch ==
The core package of Torch is (torch ). It provides a flexible N-dimensional array or Tensor, which supports basic routines for indexing, slicing, transposing, type-casting, resizing, sharing storage and cloning. This object is used by most other packages and thus forms the core object of the library. The Tensor also supports mathematical operations like max, min, sum, statistical distributions like uniform, normal and multinomial, and BLAS operations like dot product, matrix-vector multiplication, matrix-matrix multiplication, matrix-vector product and matrix product.
The following exemplifies using torch via its REPL interpreter:

> a = torch.randn(3,4)
> =a
-0.2381 -0.3401 -1.7844 -0.2615
0.1411 1.6249 0.1708 0.8299
-1.0434 2.2291 1.0525 0.8465
(of dimension 3x4 )
> a()()
-0.34010116549482

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Torch (machine learning)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.